Broken images and failed system check
Installation and Configuration
My guess: Have you changed any code in the default modules? What happens when modules update is the old version gets removed and the new version gets put in place.
So for example, jrAudio.
Initially it is found at:
/modules/jrAudio
Then when you update it it gets moved to
/modules/jrAudio-1.0.0
and the new version gets put at
/modules/jrAudio-1.0.1
and
/modules/jrAudio turns into a symlink pointing to the newest version.
So if you've changed any module files to make your system work, you'll find those changes in the old module directory.
The correct/intended way to adjust a module's output is via the. "events and listeners" system that uses hooks in your own module to tap into data from other modules.
Since you have a module called jrImageOptim which 'jr' seems like it was made by 'the jamroom network' team but its not our module makes me guess that's a custom module (that really should be either your prefix spImageOpim or just 'xx' xxImageOptim). And maybe you've made some alterations to core modules to make that work possibly.